#drop_upload{

width:360px;
height:100px;

border:3px dashed #999;

border-radius:15px;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

cursor:pointer;

background:#fafafa;

transition:0.3s;

}


#drop_upload:hover{

background:#f0f8ff;

border-color:#3498db;

}



#drop_upload.drag{

background:#e8f4ff;

border-color:#007bff;

}



.drop_text{

font-size:20px;

color:#555;

}



.upload_results textarea{

width:340px;

height:220px;

margin-bottom:10px;

font-size:14px;

}



#testajax img{

max-width:120px;

margin:5px;

}


#testajax{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    align-items:flex-start;

}


#testajax #ajaxup{

    width:150px;

    text-align:center;

}


#testajax img{

    width:55px;

    height:55px;

    object-fit:cover;

    border-radius:5px;

    border:1px solid #ccc;

}